home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000398_news@newsmaster….columbia.edu _Thu Sep 25 15:20:59 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA21784
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 25 Sep 1997 15:20:59 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA15514
  7.     for kermit.misc@watsun; Thu, 25 Sep 1997 15:20:58 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: 3.15: different parsing of arguments
  12. Date: 25 Sep 1997 19:20:56 GMT
  13. Organization: Columbia University
  14. Lines: 18
  15. Message-ID: <60edio$5i8$1@apakabar.cc.columbia.edu>
  16. References: <omyb4l8dt9.fsf@tees.cs.ualberta.ca>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7724
  19.  
  20. In article <omyb4l8dt9.fsf@tees.cs.ualberta.ca>,
  21. Vladimir Alexiev  <vladimir@cs.ualberta.ca> wrote:
  22. : "set key <foo> \27\32" used to set the key to ESC SPC as expected in 3.14.
  23. : In 3.15, this sets the key to ESC only, and I have to do
  24. : "set key <foo> {\27\32}" to get what I want.
  25. :
  26. Thanks for pointing this out (but it would have been better to hear about it
  27. during the 18-month long Beta test :-).
  28.  
  29. Massive changes were made to MS-DOS Kermit's command parser to make it more
  30. like that of C-Kermit and K95 (by adding tons of features -- loops, arrays,
  31. etc), and this is evidently a side effect.  If it's patchable (without side
  32. effects) we'll issue a patch, otherwise and/or meanwhile you've got a
  33. workaround, and the braced syntax should also work in 3.14.
  34.  
  35. Thanks again for the report.
  36.  
  37. - Frank